ShowHttpErrorPageCallback

This callback is invoked when the engine is about to display an error web page because the web server sends an empty HTTP response with the HTTP status code that represents an error.

Use show to show the custom error page with the given HTML.

Use showDefault to display the default Chromium error page.

Important: the engine will be blocked until you return control from the callback.

Since

7.2

Types

Link copied to clipboard
interface Params
Link copied to clipboard
interface Response

Functions

Link copied to clipboard
abstract fun on(params: P): R
Invoked when the callback needs a response of type R that may be determined based on the provided callback parameters.